Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing Extensions and Drivers /
Chapter 4 - Printing Messages / Printing Messages Reference
User Interface Constants and Data Types


Panel Event Actions

The panel event actions enumeration defines the constants used in the evtAction field of the panel information structure, which is described on page 4-35. Each value defines what action takes place after an event is processed.

enum {
   gxOtherAction      = 0,
   gxClosePanelAction = 1,
   gxCancelDialogAction = 2,
   gxConfirmDialogAction= 3
};
Constant descriptions

gxOtherAction
The current item does not change after processing this event.
gxClosePanelAction

The panel is closed after this event is processed.
gxCancelDialogAction

The dialog box is canceled after this event is processed.
gxConfirmDialogAction

The dialog box is confirmed after this event is processed.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help